home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
2301_400
/
DISK2324
/
DISK2324.ZIP
/
US_SHARE.ZIP
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-10-12
|
640b
|
21 lines
ECHO OFF
CLS
ECHO -----------------------------------------------------------------
ECHO This Batch file will send the file US_SHARE.DOC to your printer
ECHO -----------------------------------------------------------------
ECHO .
ECHO Please set your printer's top of form.
ECHO .
ECHO This documentation will take about 21 pages to print, if you do not
ECHO wish to print the documentation at this time, hold down the [Ctrl] key
ECHO and press the [Break] key.
ECHO .
ECHO Otherwise, the printing will begin as soon as you
PAUSE
CLS
ECHO Now printing....
COPY US_SHARE.DOC PRN: >NUL
CLS
ECHO All Finished...
ECHO ON